From c4f4f2d12f957d0c4ccf6f1f29a95c2c2821295a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 12 Jun 1993 02:18:02 +0000 Subject: [PATCH] (vc-backend-diff): Always use -q option. --- lisp/vc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/vc.el b/lisp/vc.el index 30efd4ebecb..840113f58de 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1487,6 +1487,7 @@ Return nil if there is no such person." (or (vc-backend-dispatch file "vcdiff" "rcsdiff") (vc-registration-error file)) file + "-q" (and oldvers (concat "-r" oldvers)) (and newvers (concat "-r" newvers)) (if (listp diff-switches) -- 2.30.2